home *** CD-ROM | disk | FTP | other *** search
- //****************************************
- //*** Hello.cmm - My first Cmm program ***
- //*** ver.1 ***
- //****************************************
-
- Count = 1; /* Count is how many Cmm programs I've written */
- printf("Hello world. This is my %dst Cmm program.\n",Count);
- printf("Press any key to quit...");
- getch();